home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIMETA.PAK / TOOLBAR.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  721b  |  21 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //    Contains declarations for the toolbar module.
  10. //
  11.  
  12. //-------------------------------------------------------------------------
  13. #define IDM_TOOLBAR         500 // ID for the toolbar.
  14. #define IDB_BMP             700 // Bitmap ID for the toolbar.
  15.  
  16. // Global variable for Toolbar window
  17. extern HWND hWndToolbar;
  18.  
  19. // Function protoptype for Creating Toolbar
  20. BOOL CreateTBar(HWND);
  21.